projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef59914
)
(scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Jul 1993 16:49:34 +0000
(16:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Jul 1993 16:49:34 +0000
(16:49 +0000)
src/syntax.c
patch
|
blob
|
history
diff --git
a/src/syntax.c
b/src/syntax.c
index f00fb3c9dd3dab270d7fa8925b866100e7b662eb..c16c371f0c7c8ce38cac02cc019e233c26bf2280 100644
(file)
--- a/
src/syntax.c
+++ b/
src/syntax.c
@@
-1390,7
+1390,6
@@
scan_sexps_forward (stateptr, from, end, targetdepth,
style a. if it is non-nil, we are in comment style b */
oldstate = Fcdr (oldstate);
oldstate = Fcdr (oldstate);
- oldstate = Fcdr (oldstate);
tem = Fcar (oldstate);
state.comstyle = !NILP (tem);
}